home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 2 / 500 MB nyheder direkte fra internet CD 2.iso / start / data / text / faq-0116.txt < prev    next >
Text File  |  1995-05-06  |  32KB  |  798 lines

  1. Archive-name: atheism/logic
  2. Alt-atheism-archive-name: logic
  3. Last-modified: 3 June 1994
  4. Version: 2.0
  5.  
  6.                         CONSTRUCTING A LOGICAL ARGUMENT
  7.                                        
  8. Introduction
  9.  
  10.    There is a great deal of argument on Usenet. Unfortunately, most of it
  11.    is of very poor quality. This document attempts to provide a gentle
  12.    introduction to logic, in the hope of improving the general level of
  13.    debate.
  14.    
  15.    Logic is the science of reasoning, proof, thinking, or inference
  16.    [Concise OED]. Logic allows us to analyze a piece of reasoning, and
  17.    determine whether it is correct or not. To use the technical terms, we
  18.    determine whether the reasoning is valid or invalid.
  19.    
  20.    One does not need to study logic in order to reason correctly.
  21.    However, a little basic knowledge of logic is often helpful when
  22.    constructing or analyzing an argument.
  23.    
  24.    Note that I am not claiming that logic is universally applicable. That
  25.    issue is very much open to debate. This document only explains how to
  26.    use logic; you must decide whether logic is the right tool for the
  27.    job.
  28.    
  29.    Note also that this document deals only with simple boolean logic.
  30.    Other sorts of mathematical logic, such as fuzzy logic, obey different
  31.    rules. When people talk of logical arguments, though, they generally
  32.    mean the type being described here.
  33.    
  34. Basic concepts
  35.  
  36.    The building blocks of a logical argument are propositions, also
  37.    called statements. A proposition is a statement which is either true
  38.    or false; for example:
  39.    
  40.      "The first programmable computer was built in Cambridge."
  41.      
  42.      "Dogs cannot see colour."
  43.      
  44.      "Berlin is the capital of Germany."
  45.      
  46.    Propositions may be either asserted (said to be true) or denied (said
  47.    to be false). Note that this is a technical meaning of "deny", not the
  48.    everyday meaning.
  49.    
  50.    The proposition is the meaning of the statement, not the particular
  51.    arrangement of words used. So "A God exists" and "There exists a God"
  52.    both express the same proposition.
  53.    
  54. What is an argument?
  55.  
  56.    An argument is, to quote the Monty Python sketch, "a connected series
  57.    of statements to establish a definite proposition". There are three
  58.    stages to an argument: Premises, inference, and conclusion.
  59.    
  60.   STAGE ONE: PREMISES
  61.   
  62.    One or more propositions will be are necessary for the argument to
  63.    continue. They must be stated explicitly. They are called the premises
  64.    of the argument. They are the evidence (or reasons) for accepting the
  65.    argument and its conclusions.
  66.    
  67.    Premises (or assertions) are often indicated by phrases such as
  68.    "because", "since", "obviously" and so on.
  69.    
  70.    (The phrase "obviously" is often viewed with suspicion, as it can be
  71.    used to intimidate others into accepting dubious premises. If
  72.    something doesn't seem obvious to you, don't be afraid to question it.
  73.    You can always say "Oh, yes, you're right, it is obvious" when you've
  74.    heard the explanation.)
  75.    
  76.   STAGE TWO: INFERENCE
  77.   
  78.    The premises of the argument are used to obtain further propositions.
  79.    This process is known as inference. In inference, we start with one or
  80.    more propositions which have been accepted. We then derive a new
  81.    proposition. There are various forms of valid inference.
  82.    
  83.    The propositions arrived at by inference may then be used in further
  84.    inference. Inference is often denoted by phrases such as "implies
  85.    that" or "therefore".
  86.    
  87.   STAGE THREE: CONCLUSION
  88.   
  89.    Finally, we arrive at the conclusion of the argument, another
  90.    proposition. The conclusion is often stated as the final stage of
  91.    inference. It is affirmed on the basis the original premises, and the
  92.    inference from them. Conclusions are often indicated by phrases such
  93.    as "therefore", "it follows that", "we conclude" and so on.
  94.    
  95. Types of argument
  96.  
  97.    There are two traditional types of argument, deductive and inductive.
  98.    A deductive argument provides conclusive proof of its conclusions; if
  99.    the premises are true, the conclusion must also be true. A deductive
  100.    argument is either valid or invalid.
  101.    
  102.    A valid argument is defined as one where if the premises are true,
  103.    then the conclusion is true.
  104.    
  105.    An inductive argument is one where the premises provide some evidence
  106.    for the truth of the conclusion. Inductive arguments are not valid or
  107.    invalid, but we can talk about whether they are better or worse than
  108.    other arguments. We can also discuss how probable their premises are.
  109.    
  110.    There are forms of argument in ordinary language which are neither
  111.    deductive nor inductive. However, this document concentrates on
  112.    deductive arguments, as they are often viewed as the most rigorous and
  113.    convincing.
  114.    
  115.    Here is an example of a deductive argument:
  116.      * Every event has a cause (premise)
  117.      * The universe has a beginning (premise)
  118.      * All beginnings involve an event (premise)
  119.      * This implies that the beginning of the universe involved an event
  120.        (inference)
  121.      * Therefore the universe has a cause (inference and conclusion)
  122.        
  123.    Note that the conclusion of one argument might be a premise in another
  124.    argument. A proposition can only be called a premise or a conclusion
  125.    with respect to a particular argument; the terms do not make sense in
  126.    isolation.
  127.    
  128. Recognizing an argument
  129.  
  130.    Sometimes an argument will not follow the order described above. For
  131.    instance, the conclusions might be stated first, and the premises
  132.    stated afterwards in support of the conclusion. This is perfectly
  133.    valid, if sometimes a little confusing.
  134.    
  135.    Arguments are harder to recognize than premises or conclusions. Many
  136.    people shower their writing with assertions without ever producing
  137.    anything which one might reasonably describe as an argument. Some
  138.    statements look like arguments, but are not.
  139.    
  140.    For example:
  141.    
  142.      "If the Bible is accurate, Jesus must either have been insane, an
  143.      evil liar, or the Son of God."
  144.      
  145.    The above is not an argument, it is a conditional statement. It does
  146.    not assert the premises which are necessary to support what appears to
  147.    be its conclusion. (Even if we add the assertions, it still suffers
  148.    from a number of other logical flaws -- see the section on this
  149.    argument in "Alt.Atheism Frequently Asked Questions".)
  150.    
  151.    Another example:
  152.    
  153.      "God created you; therefore do your duty to God."
  154.      
  155.    The phrase "do your duty to God" is neither true nor false. Therefore
  156.    it is not a proposition, and the sentence is not an argument.
  157.    
  158.    Causality is important. Suppose we are trying to argue that there is
  159.    something wrong with the engine of a car. Consider two statements of
  160.    the form "A because B". The first statement:
  161.    
  162.      "My car will not start because there is something wrong with the
  163.      engine."
  164.      
  165.    The statement is not an argument for there being something wrong with
  166.    the engine; it is an explanation of why the car will not start. We are
  167.    explaining A, using B as the explanation. We cannot argue from A to B
  168.    using a statement of the form "A because B".
  169.    
  170.    However, we can argue from B to A using such a statement. Consider:
  171.    
  172.      "There must be something wrong with the engine of my car, because it
  173.      will not start."
  174.      
  175.    Here we are arguing for A, offering B as evidence. The statement "A
  176.    because B" is then an argument.
  177.    
  178.    To make the difference clear, note that "A because B" is equivalent to
  179.    "B therefore A". The two statements then become:
  180.    
  181.      "There is something wrong with the engine, therefore my car will not
  182.      start."
  183.      
  184.    And:
  185.    
  186.      "My car will not start, therefore there is something wrong with the
  187.      engine."
  188.      
  189.    If we remember that we are supposed to be arguing that there is
  190.    something wrong with the engine, it is clear that only the second
  191.    statement is a valid argument.
  192.    
  193. Implication in detail
  194.  
  195.    There is one very important thing to remember: The fact that a
  196.    deductive argument is valid does not imply that its conclusion holds.
  197.    This is because of the slightly counter-intuitive nature of
  198.    implication, which we must now consider more carefully.
  199.    
  200.    Obviously a valid argument can consist of true propositions. However,
  201.    an argument may be entirely valid even if it contains only false
  202.    propositions.
  203.    
  204.    For example:
  205.      * All insects have wings (premise)
  206.      * Woodlice are insects (premise)
  207.      * Therefore woodlice have wings (conclusion)
  208.        
  209.    Here, the conclusion is not true because the argument's premises are
  210.    false. If the argument's premises were true, however, the conclusion
  211.    would be true. The argument is thus entirely valid.
  212.    
  213.    More subtly, we can reach a true conclusion from one or more false
  214.    premises, as in:
  215.      * All fish live in the sea (premise)
  216.      * Dolphins are fish (premise)
  217.      * Therefore dolphins live in the sea (conclusion)
  218.        
  219.    However, the one thing we cannot do is reach a false conclusion
  220.    through valid inference from true premises.
  221.    
  222.    We can therefore draw up a "truth table" for implication. The symbol
  223.    "=>" denotes implication; "A" is the premise, "B" the conclusion. "T"
  224.    and "F" represent true and false respectively.
  225.    
  226.  
  227. Premise Conclusion Inference
  228.    A        B        A=>B
  229. ----------------------------
  230.    F        F         T
  231.    F        T         T
  232.  
  233.    -- If the premises are false and the inference valid, the conclusion
  234.    can be true or false.
  235.  
  236.    T        F         F
  237.  
  238.    -- If the premises are true and the conclusion false, the inference
  239.    must be invalid.
  240.  
  241.    T        T         T
  242.  
  243.    -- If the premises are true and the inference valid, the conclusion
  244.    must be true.
  245.    
  246.    A sound argument is a valid argument whose premises are true. A sound
  247.    argument therefore arrives at a true conclusion. Be careful not to
  248.    confuse sound arguments with valid arguments.
  249.    
  250.    Of course, we can criticize more than the mere soundness of an
  251.    argument. In everyday life, arguments are almost always presented with
  252.    some specific purpose in mind. As well as criticizing the argument
  253.    itself, one can criticize the apparent intent of the argument. Such
  254.    criticism is outside the scope of this document, however!
  255.    
  256. Further reading
  257.  
  258.    For a readable introduction to logic, try Flew's "Thinking Straight",
  259.    listed in the atheist resources document. The document also lists
  260.    LOGIC-L, a LISTSERV mailing list devoted to discussing the teaching of
  261.    elementary logic.
  262.      _________________________________________________________________
  263.    
  264. Fallacies
  265.  
  266.    To delve further into the structure of logical arguments would require
  267.    lengthy discussion of linguistics and philosophy. It is simpler and
  268.    probably more useful to summarize the major pitfalls to be avoided
  269.    when constructing an argument. These pitfalls are known as fallacies.
  270.    
  271.    In everyday English the term "fallacy" is used to refer to mistaken
  272.    beliefs as well as to the faulty reasoning that leads to those
  273.    beliefs. This is fair enough, but in logic the term is generally used
  274.    to refer to a form of technically incorrect argument, especially if
  275.    the argument appears valid or convincing.
  276.    
  277.    So for the purposes of this discussion, we define a fallacy as a
  278.    logical argument which appears to be correct, but which can be seen to
  279.    be incorrect when examined more closely. By studying fallacies we aim
  280.    to avoid being misled by them.
  281.    
  282.    Below is a list of some common fallacies, and also some rhetorical
  283.    devices often used in debate. The list is not intended to be
  284.    exhaustive.
  285.    
  286.   ARGUMENTUM AD BACULUM / APPEAL TO FORCE
  287.   
  288.    The Appeal to Force is committed when the arguer resorts to force or
  289.    the threat of force in order to try and push the acceptance of a
  290.    conclusion. It is often used by politicians, and can be summarized as
  291.    "might makes right". The force threatened need not be a direct threat
  292.    from the arguer.
  293.    
  294.    For example:
  295.    
  296.      "... Thus there is ample proof of the truth of the Bible. All those
  297.      who refuse to accept that truth will burn in Hell."
  298.      
  299.   ARGUMENTUM AD HOMINEM
  300.   
  301.    Argumentum ad Hominem is literally "argument directed at the man".
  302.    
  303.    The Abusive variety of Argumentum ad Hominem occurs when, instead of
  304.    trying to disprove the truth of an assertion, the arguer attacks the
  305.    person or people making the assertion. This is invalid because the
  306.    truth of an assertion does not depend upon the goodness of those
  307.    asserting it.
  308.    
  309.    For example:
  310.    
  311.      "Atheism is an evil philosophy. It is practised by Communists and
  312.      murderers."
  313.      
  314.    Sometimes in a court of law doubt is cast upon the testimony of a
  315.    witness by showing, for example, that he is a known perjurer. This is
  316.    a valid way of reducing the credibility of the testimony given by the
  317.    witness, and not Argumentum ad Hominem; however, it does not
  318.    demonstrate that the witness's testimony is false. To conclude
  319.    otherwise is to fall victim of the Argumentum ad Ignorantiam.
  320.    
  321.    The circumstantial form of Argumentum ad Hominem is committed when a
  322.    person argues that his opponent ought to accept the truth of an
  323.    assertion because of the opponent's particular circumstances. For
  324.    example:
  325.    
  326.      "It is perfectly acceptable to kill animals for food. How can you
  327.      argue otherwise when you're quite happy to wear leather shoes?"
  328.      
  329.    This is an abusive charge of inconsistency, used as an excuse for
  330.    dismissing the opponent's argument.
  331.    
  332.    This fallacy can also be used as a means of rejecting a conclusion.
  333.    For example:
  334.    
  335.      "Of course you would argue that positive discrimination is a bad
  336.      thing. You're white."
  337.      
  338.    This particular form of Argumentum ad Hominem, when one alleges that
  339.    one's adversary is rationalizing a conclusion formed from selfish
  340.    interests, is also known as "poisoning the well".
  341.    
  342.   ARGUMENTUM AD IGNORANTIAM
  343.   
  344.    Argumentum ad ignorantiam means "argument from ignorance". This
  345.    fallacy occurs whenever it is argued that something must be true
  346.    simply because it has not been proved false. Or, equivalently, when it
  347.    is argued that something must be false because it has not been proved
  348.    true. (Note that this is not the same as assuming that something is
  349.    false until it has been proved true, a basic scientific principle.)
  350.    
  351.    Examples:
  352.    
  353.      "Of course the Bible is true. Nobody can prove otherwise."
  354.      
  355.      "Of course telepathy and other psychic phenomena do not exist.
  356.      Nobody has shown any proof that they are real."
  357.      
  358.    Note that this fallacy does not apply in a court of law, where one is
  359.    generally assumed innocent until proven guilty.
  360.    
  361.    Also, in scientific investigation if it is known that an event would
  362.    produce certain evidence of its having occurred, the absence of such
  363.    evidence can validly be used to infer that the event did not occur.
  364.    
  365.    For example:
  366.    
  367.      "A flood as described in the Bible would require an enormous volume
  368.      of water to be present on the earth. The earth does not have a tenth
  369.      as much water, even if we count that which is frozen into ice at the
  370.      poles. Therefore no such flood occurred."
  371.      
  372.    In science, we can validly assume from lack of evidence that something
  373.    has not occurred. We cannot conclude with certainty that it has not
  374.    occurred, however. See also Shifting the Burden of Proof
  375.    
  376.   ARGUMENTUM AD MISERICORDIAM
  377.   
  378.    This is the Appeal to Pity, also known as Special Pleading. The
  379.    fallacy is committed when the arguer appeals to pity for the sake of
  380.    getting a conclusion accepted. For example:
  381.    
  382.      "I did not murder my mother and father with an axe. Please don't
  383.      find me guilty; I'm suffering enough through being an orphan."
  384.      
  385.   ARGUMENTUM AD POPULUM
  386.   
  387.    This is known as Appealing to the Gallery, or Appealing to the People.
  388.    To commit this fallacy is to attempt to win acceptance of an assertion
  389.    by appealing to a large group of people. This form of fallacy is often
  390.    characterized by emotive language. For example:
  391.    
  392.      "Pornography must be banned. It is violence against women."
  393.      
  394.      "The Bible must be true. Millions of people know that it is. Are you
  395.      trying to tell them that they are all mistaken fools?"
  396.      
  397.   ARGUMENTUM AD NUMERUM
  398.   
  399.    This fallacy is closely related to the argumentum ad populum. It
  400.    consists of asserting that the more people who support or believe a
  401.    proposition, the more likely it is that that proposition is correct.
  402.    
  403.   ARGUMENTUM AD VERECUNDIAM
  404.   
  405.    The Appeal to Authority uses the admiration of the famous to try and
  406.    win support for an assertion. For example:
  407.    
  408.      "Isaac Newton was a genius and he believed in God."
  409.      
  410.    This line of argument is not always completely bogus; for example,
  411.    reference to an admitted authority in a particular field may be
  412.    relevant to a discussion of that subject. For example, we can
  413.    distinguish quite clearly between:
  414.    
  415.      "Hawking has concluded that black holes give off radiation"
  416.      
  417.    and
  418.    
  419.      "Penrose has concluded that it is impossible to build an intelligent
  420.      computer"
  421.      
  422.    Hawking is a physicist, and so we can reasonably expect his opinions
  423.    on black hole radiation to be informed. Penrose is a mathematician, so
  424.    it is questionable whether he is well-qualified to speak on the
  425.    subject of machine intelligence.
  426.    
  427.   THE FALLACY OF ACCIDENT
  428.   
  429.    The Fallacy of Accident is committed when a general rule is applied to
  430.    a particular case whose "accidental" circumstances mean that the rule
  431.    is inapplicable. It is the error made when one goes from the general
  432.    to the specific. For example:
  433.    
  434.      "Christians generally dislike atheists. You are a Christian, so you
  435.      must dislike atheists."
  436.      
  437.    This fallacy is often committed by moralists and legalists who try to
  438.    decide every moral and legal question by mechanically applying general
  439.    rules.
  440.    
  441.   CONVERSE ACCIDENT / HASTY GENERALIZATION
  442.   
  443.    This fallacy is the reverse of the Fallacy of Accident. It occurs when
  444.    one forms a general rule by examining only a few specific cases which
  445.    are not representative of all possible cases. For example:
  446.    
  447.      "Jim Bakker was an insincere Christian. Therefore all Christians are
  448.      insincere."
  449.      
  450.   SWEEPING GENERALIZATION / DICTO SIMPLICITER
  451.   
  452.    A sweeping generalization occurs when a general rule is applied to a
  453.    particular situation in which the features of that particular
  454.    situation render the rule inapplicable. A sweeping generalization is
  455.    the opposite of a hasty generalization.
  456.    
  457.   NON CAUSA PRO CAUSA / POST HOC ERGO PROPTER HOC
  458.   
  459.    These are known as False Cause fallacies.
  460.    
  461.    The fallacy of Non Causa Pro Causa occurs when one identifies
  462.    something as the cause of an event but it has not actually been shown
  463.    to be the cause. For example:
  464.    
  465.      "I took an aspirin and prayed to God, and my headache disappeared.
  466.      So God cured me of the headache."
  467.      
  468.    The fallacy of Post Hoc Ergo Propter Hoc occurs when something is
  469.    assumed to be the cause of an event merely because it happened before
  470.    the event. For example:
  471.    
  472.      "The Soviet Union collapsed after taking up atheism. Therefore we
  473.      must avoid atheism for the same reasons."
  474.      
  475.   CUM HOC ERGO PROPTER HOC
  476.   
  477.    This fallacy is similar to Post Hoc Ergo Propter Hoc. It asserts that
  478.    because two events occur together, they must be causally related, and
  479.    leaves no room for other factors that may be the cause(s) of the
  480.    events.
  481.    
  482.   PETITIO PRINCIPII / BEGGING THE QUESTION
  483.   
  484.    This fallacy occurs when the premises are at least as questionable as
  485.    the conclusion reached.
  486.    
  487.   CIRCULUS IN DEMONSTRANDO
  488.   
  489.    This fallacy occurs when one assumes as a premise the conclusion which
  490.    one wishes to reach. Often, the proposition will be rephrased so that
  491.    the fallacy appears to be a valid argument. For example:
  492.    
  493.      "Homosexuals must not be allowed to hold government office. Hence
  494.      any government official who is revealed to be a homosexual will lose
  495.      his job. Therefore homosexuals will do anything to hide their
  496.      secret, and will be open to blackmail. Therefore homosexuals cannot
  497.      be allowed to hold government office."
  498.      
  499.    Note that the argument is entirely circular; the premise is the same
  500.    as the conclusion. An argument like the above has actually been cited
  501.    as the reason for the British Secret Services' official ban on
  502.    homosexual employees. Another example is the classic:
  503.    
  504.      "We know that God exists because the Bible tells us so. And we know
  505.      that the Bible is true because it is the word of God."
  506.      
  507.   COMPLEX QUESTION / FALLACY OF INTERROGATION / FALLACY OF PRESUPPOSITION
  508.   
  509.    This is the interrogative form of Begging the Question. One example is
  510.    the classic loaded question:
  511.    
  512.      "Have you stopped beating your wife?"
  513.      
  514.    The question presupposes a definite answer to another question which
  515.    has not even been asked. This trick is often used by lawyers in
  516.    cross-examination, when they ask questions like:
  517.    
  518.      "Where did you hide the money you stole?"
  519.      
  520.    Similarly, politicians often ask loaded questions such as:
  521.    
  522.      "How long will this EC interference in our affairs be allowed to
  523.      continue?"
  524.      
  525.    or
  526.    
  527.      "Does the Chancellor plan two more years of ruinous privatization?"
  528.      
  529.    Another form of this fallacy is to ask for an explanation of something
  530.    which is untrue or not yet established.
  531.    
  532.   IGNORATIO ELENCHI
  533.   
  534.    The fallacy of Irrelevant Conclusion consists of claiming that an
  535.    argument supports a particular conclusion when it is actually
  536.    logically nothing to do with that conclusion.
  537.    
  538.    For example, a Christian may begin by saying that he will argue that
  539.    the teachings of Christianity are undoubtably true. If he then argues
  540.    at length that Christianity is of great help to many people, no matter
  541.    how well he argues he will not have shown that Christian teachings are
  542.    true.
  543.    
  544.    Sadly, such fallacious arguments are often successful because they
  545.    arouse emotions which cause others to view the supposed conclusion in
  546.    a more favourable light.
  547.    
  548.   EQUIVOCATION / FALLACY OF FOUR TERMS
  549.   
  550.    Equivocation occurs when a key word is used with two or more different
  551.    meanings in the same argument. For example:
  552.    
  553.      "What could be more affordable than free software? But to make sure
  554.      that it remains free, that users can do what they like with it, we
  555.      must place a license on it to make sure that will always be freely
  556.      redistributable."
  557.      
  558.   AMPHIBOLY
  559.   
  560.    Amphiboly occurs when the premises used in an argument are ambiguous
  561.    because of careless or ungrammatical phrasing.
  562.    
  563.   ACCENT
  564.   
  565.    Accent is another form of fallacy through shifting meaning. In this
  566.    case, the meaning is changed by altering which parts of a statement
  567.    are emphasized. For example, consider:
  568.    
  569.      "We should not speak ill of our friends"
  570.      
  571.    and
  572.    
  573.      "We should not speak ill of our friends"
  574.      
  575.   FALLACIES OF COMPOSITION
  576.   
  577.    One Fallacy of Composition is to conclude that a property shared by
  578.    the parts of something must apply to the whole. For example:
  579.    
  580.      "The bicycle is made entirely of low mass components, and is
  581.      therefore very lightweight."
  582.      
  583.    The other Fallacy of Composition is to conclude that a property of a
  584.    number of individual items is shared by a collection of those items.
  585.    For example:
  586.    
  587.      "A car uses less petrol and causes less pollution than a bus.
  588.      Therefore cars are less environmentally damaging than buses."
  589.      
  590.   FALLACY OF DIVISION
  591.   
  592.    The fallacy of division is the opposite of the Fallacy of Composition.
  593.    Like its opposite, it exists in two varieties. The first is to assume
  594.    that a property of some thing must apply to its parts. For example:
  595.    
  596.      "You are studying at a rich college. Therefore you must be rich."
  597.      
  598.    The other is to assume that a property of a collection of items is
  599.    shared by each item. For example:
  600.    
  601.      "Ants can destroy a tree. Therefore this ant can destroy a tree."
  602.      
  603.   THE SLIPPERY SLOPE ARGUMENT
  604.   
  605.    This argument states that should one event occur, so will other
  606.    harmful events. There is no proof made that the harmful events are
  607.    caused by the first event.
  608.    
  609.    For example:
  610.    
  611.      "If we legalize marijuana, then we would have to legalize crack and
  612.      heroin and we'll have a nation full of drug-addicts on welfare.
  613.      Therefore we cannot legalize marijuana."
  614.      
  615.   "A IS BASED ON B" FALLACIES / "...IS A TYPE OF..." FALLACIES / FALLACY OF THE
  616.   UNDISTRIBUTED MIDDLE
  617.   
  618.    These fallacies occur when one attempts to argue that things are in
  619.    some way similar without actually specifying in what way they are
  620.    similar. Examples:
  621.    
  622.      "Isn't history based upon faith? If so, then isn't the Bible also a
  623.      form of history?"
  624.      
  625.      "Islam is based on faith, Christianity is based on faith, so isn't
  626.      Islam a form of Christianity?"
  627.      
  628.      "Cats are a form of animal based on carbon chemistry, dogs are a
  629.      form of animal based on carbon chemistry, so aren't dogs a form of
  630.      cat?"
  631.      
  632.   AFFIRMATION OF THE CONSEQUENT
  633.   
  634.    This fallacy is an argument of the form "A implies B, B is true,
  635.    therefore A is true". To understand why it is a fallacy, examine the
  636.    truth table for implication given earlier.
  637.    
  638.   DENIAL OF THE ANTECEDENT
  639.   
  640.    This fallacy is an argument of the form "A implies B, A is false,
  641.    therefore B is false". The truth table for implication makes it clear
  642.    why this is a fallacy. Note that this fallacy is different from Non
  643.    Causa Pro Causa. The latter has the form "A implies B, A is false,
  644.    therefore B is false", where A does not in fact imply B at all.
  645.    Here, the problem is not that the implication is invalid; rather it is
  646.    that the falseness of A does not allow us to deduce anything about B.
  647.    
  648.   CONVERTING A CONDITIONAL
  649.   
  650.    This fallacy is an argument of the form "If A then B, therefore if B
  651.    then A".
  652.    
  653.   ARGUMENTUM AD ANTIQUITATEM
  654.   
  655.    This is the fallacy of asserting that something is right or good
  656.    simply because it is old, or because "that's the way it's always
  657.    been."
  658.    
  659.   ARGUMENTUM AD NOVITATEM
  660.   
  661.    This is the opposite of the Argumentum ad Antiquitatem; it is the
  662.    fallacy of asserting that something is more correct simply because it
  663.    is new or newer than something else.
  664.    
  665.   ARGUMENTUM AD CRUMENAM
  666.   
  667.    The fallacy of believing that money is a criterion of correctness;
  668.    that those with more money are more likely to be right.
  669.    
  670.   ARGUMENTUM AD LAZARUM
  671.   
  672.    The fallacy of assuming that because someone is poor he or she is
  673.    sounder or more virtuous than one who is wealthier. This fallacy is
  674.    the opposite of the argumentum ad crumenam.
  675.    
  676.   ARGUMENTUM AD NAUSEAM
  677.   
  678.    This is the incorrect belief that an assertion is more likely to be
  679.    true the more often it is heard. An "argumentum ad nauseam" is one
  680.    that employs constant repetition in asserting something.
  681.    
  682.   BIFURCATION
  683.   
  684.    Also referred to as the "black and white" fallacy, bifurcation occurs
  685.    when one presents a situation as having only two alternatives, where
  686.    in fact other alternatives exist or can exist.
  687.    
  688.   PLURIUM INTERROGATIONUM / MANY QUESTIONS
  689.   
  690.    This fallacy occurs when a questioner demands a simple answer to a
  691.    complex question.
  692.    
  693.   NON SEQUITUR
  694.   
  695.    A non-sequitur is an argument where the conclusion is drawn from
  696.    premises which are not logically connected with it.
  697.    
  698.   RED HERRING
  699.   
  700.    This fallacy is committed when irrelevant material is introduced to
  701.    the issue being discussed, so that everyone's attention is diverted
  702.    away from the points being made, towards a different conclusion.
  703.    
  704.   REIFICATION / HYPOSTATIZATION
  705.   
  706.    Reification occurs when an abstract concept is treated as a concrete
  707.    thing.
  708.    
  709.   SHIFTING THE BURDEN OF PROOF
  710.   
  711.    The burden of proof is always on the person making an assertion or
  712.    proposition. Shifting the burden of proof, a special case of
  713.    Argumentum ad Ignorantiam, is the fallacy of putting the burden of
  714.    proof on the person who denies or questions the assertion being made.
  715.    The source of the fallacy is the assumption that something is true
  716.    unless proven otherwise. For further discussion of this idea, see the
  717.    "Introduction to Atheism" document.
  718.    
  719.   STRAW MAN
  720.   
  721.    The straw man fallacy is to misrepresent someone else's position so
  722.    that it can be attacked more easily, then to knock down that
  723.    misrepresented position, then to conclude that the original position
  724.    has been demolished. It is a fallacy because it fails to deal with the
  725.    actual arguments that have been made.
  726.    
  727.   THE EXTENDED ANALOGY
  728.   
  729.    The fallacy of the Extended Analogy often occurs when some suggested
  730.    general rule is being argued over. The fallacy is to assume that
  731.    mentioning two different situations, in an argument about a general
  732.    rule, constitutes a claim that those situations are analogous to each
  733.    other.
  734.    
  735.    This fallacy is best explained using a real example from a debate
  736.    about anti-cryptography legislation:
  737.    
  738.      "I believe it is always wrong to oppose the law by breaking it."
  739.      
  740.      "Such a position is odious: it implies that you would not have
  741.      supported Martin Luther King."
  742.      
  743.      "Are you saying that cryptography legislation is as important as the
  744.      struggle for Black liberation? How dare you!"
  745.      
  746.   TU QUOQUE
  747.   
  748.    This is the famous "you too" fallacy. It occurs when an action is
  749.    argued to be acceptable because the other party has performed it. For
  750.    instance:
  751.    
  752.      "You're just being randomly abusive."
  753.      
  754.      "So? You've been abusive too."
  755.      
  756.    This is a personal attack, and is therefore a special case of
  757.    Argumentum ad Hominem.
  758.    
  759.   AUDIATUR ET ALTERA PARS
  760.   
  761.    Often, people will argue from assumptions which they do not bother to
  762.    state. The principle of Audiatur et Altera Pars is that all of the
  763.    premises of an argument should be stated explicitly. It is not
  764.    strictly a fallacy to fail to state all of one's assumptions; however,
  765.    it is often viewed with suspicion.
  766.    
  767.   AD HOC
  768.   
  769.    There is a difference between argument and explanation. If we're
  770.    interested in establishing A, and B is offered as evidence, the
  771.    statement "A because B" is an argument. If we're trying to establish
  772.    the truth of B, then "A because B" is not an argument, it is an
  773.    explanation.
  774.    
  775.    The Ad Hoc fallacy is to give an after-the-fact explanation which does
  776.    not apply to other situations. Often this ad hoc explanation will be
  777.    dressed up to look like an argument. For example, if we assume that
  778.    God treats all people equally, then the following is an ad hoc
  779.    explanation:
  780.    
  781.      "I was healed from cancer."
  782.      
  783.      "Praise the Lord, then. He is your healer."
  784.      
  785.      "So, will He heal others who have cancer?"
  786.      
  787.      "Er... The ways of God are mysterious."
  788.      
  789.   ARGUMENTUM AD LOGICAM
  790.   
  791.    This is the "fallacy fallacy" of arguing that a proposition is false
  792.    merely on the grounds that it has been presented as the conclusion of
  793.    a fallacious argument. Remember always that fallacious arguments can
  794.    arrive at true conclusions.
  795.  
  796. mathew
  797. <meta@harlequin.co.uk>
  798.